﻿@charset "utf-8";
/*reset*/
html{color:#000;background:#FFF; overflow-y:scroll;
    overflow-x: hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.txtboxcs{ border:solid 1px #ccc; height:22px;}
.w{width: 1200px; margin: 0 auto;}



/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
strong{ font-weight:bold;}

body { color:#666; font-size:12px; font-family: "微软雅黑";background:#fff;} /*网站字体颜色*/
a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0 !important; line-height:0; font-size:0;}
.fixed:after { content: "."; display: block; clear: both; height: 0;width:0;font-size:0; visibility: hidden; }
.fixed {zoom:1;}
_html .fixed { height: 1%; }
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.text-overflow{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

/* -- 页面整体布局 -- */
 .content { width:1180px; margin:0 auto; overflow:hidden; }

/*头部开始*/

.header{
    height: 105px;
}
.header .logo,
.header .logo a{
    display: block;
    height: 105px;
    font-size: 0;
}
.header .logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .logo img{
    max-height: 100%;
}
.header .call{
    background: url(../image/call.png) no-repeat left 11px;
    padding-left: 48px;
    font-size: 14px;
    color: #424242;
    line-height: 23px;
    margin-top: 26px;
}
.header .call p{    
    font-size: 24px;
    color: #e30919;
}

/*导航*/
.nav{
    background: #e30919;
}
.nav>ul{
    width:1200px;
    height:60px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav>ul>li{
    text-align:center;
    background:url(../image/nav_li.png) no-repeat right center;
    position:relative;
    flex: 1;
}
.nav>ul>li>a{height:60px;line-height:60px;color:#fff;zoom:1;font-size:16px;display: block;}
.nav li a:hover,.nav .cur a{background: rgba(0,0,0,.1);text-decoration:none;zoom:1;}
.nav ul li ul{
    position: absolute;
    display: none;
    left: 0;
    top:60px;
    z-index: 999;
    background: #e30919;
    width:100%;
}
.nav ul li ul li{
    height:38px;
}
.nav ul li ul li a{
    height:38px;
    line-height: 38px;
    color:#fff;
    padding: 0 10px;
    overflow: hidden;
    display: block;
}
.nav ul li a:hover ul li a{
    background: #e30919;
}
.nav ul li ul li a:hover{
    background: rgba(0,0,0,.1);
}
.nav ul li:hover ul{
    display: block;
}



/*底部开始*/


/*banner*/
.banner{min-width: 1180px;position:relative;height:400px;overflow:hidden;background:url(../image/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.flex-control-nav{position:absolute;bottom:20px;right:-366px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:18px;height:18px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:18px;height:18px;overflow:hidden;background:hsla(0, 0%, 100%, 0.7);cursor:pointer;line-height:18px;border:1px solid #042c8c;color:#042c8c;}
.flex-control-nav .flex-active{background:#042c8c;color:#fff;}

/*搜索*/
.i-search{
    height: 60px;
    background: #f1f1f1;
    margin-top: -14px;
}
.i-search-hd{
    width: 800px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #666;
}
.i-search-hd a{
    color: #999;
}

.i-search-bd{
    margin-top: 15px;
}
.i-search-bd .input{
    width: 170px;
    height: 30px;
    border: 1px solid #fff;
    padding: 0 10px;
    line-height: 30px;
    color: #999;
    outline: none;
    vertical-align: top;
}
.i-search-bd .submit{
    width: 40px;
    height: 32px;
    border: none;
    background: #e30919;
    border: 1px solid #e30919;
    color: #fff;
    cursor: pointer;
    outline: none;
    vertical-align: top;
}


/**/
.tl_01{background: #e30919;height:36px;line-height:36px;padding:0 19px;border-left:1px solid #fff;border-right:1px solid #fff;}
.tl_01 h5 a{color:#fff;font-size: 16px;}
.tl_01 h5 em{font-weight:normal;text-transform:uppercase;color:#fff;padding-left:10px;font-family:Arial, Helvetica, sans-serif;}
.tl_01 .more{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*首页产品*/
.pro{padding-top:40px;overflow:hidden;}
.pro_l{width:230px;padding:0 0 15px 0;}
.pro_lm{border:3px solid #e30919;border-top:0;padding:13px 0 5px;}
.pro_l h3{background:#e30919;width:230px;height:40px;line-height:40px;text-align:center;font-weight:normal;font-size:18px;color:#fff;}
.pro_l h4{width:213px;height:34px;line-height:31px;background:url(../image/pro_lf_h4.gif) no-repeat center bottom;margin:0 auto;font-size:14px;overflow:hidden;}
.pro_l h4 a{color:#e30919;display:block;padding-left:28px;}
.pro_l ul{width:196px;margin:5px auto 0;}
.pro_l li{height:30px;line-height:30px;overflow:hidden;+display:inline;}
.pro_l li a{display:block;background:url(../image/pro_lf_li.gif) no-repeat 11px 11px;padding:0 0 0 30px;}
.pro_l .wb{height:28px;_line-height:28px;}

.pro_r{width:924px;}
.pro_r ul{padding:20px 0 0;}
.pro_r li{
    float:left;
    width: 278px;
    margin-right: 42px;
    margin-bottom: 38px;
    border:1px solid #ddd;
}
.pro_r li .img{
    width: 100%;
}
.pro_r li img{
    width: 100%;display:block;
}
.pro_r li span a{
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    padding: 0 14px;
}
.pro_r li:hover{
    border-color: #e30919;
}


/*avant*/
.i-avant, .i-avant *{
    box-sizing: border-box;
}
.i-avant{
    padding: 40px 0;
}
.i-avant-hd{
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 0px;
    padding-bottom: 11px;
}
.i-avant-hd h2{
    font-size: 30px;
    font-weight: normal;
    color: #d20106;
}
.i-avant-hd h2 span{
    font-size: 16px;
    color: #333;
    padding-left: 15px;
}

.i-avant-bd li{
    height: 293px;
    border-bottom: 1px solid #b5b5b5;
    padding-top: 40px;
}

.i-avant-bd .item-hd_hd{
    width: 134px;
    height: 226px;
    background: #e30919;
    color: #fff;
    font-size: 24px;
    padding-top: 47px;
}
.i-avant-bd .item-hd_hd p{
    width: 64px;
    height: 64px;
    border-bottom: 1px solid #fff;
    line-height: 63px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 14px;
}
.i-avant-bd .item-hd_bd{
    width: 620px;
    padding: 0 40px;
    padding-top: 6px;
}

.i-avant-bd .item-hd_bd h3{
    font-size: 26px;
    color: #e30919;
    margin-bottom: 8px;
}
.i-avant-bd .item-hd_bd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 18px;
}
.i-avant-bd .item-hd_bd p{
    font-size: 14px;
    color: #333;
    background: url(../image/dian.png) no-repeat left 10px;
    padding-left: 17px;
    line-height: 28px;
    margin-bottom: 3px;
}

.i-avant-bd .item-bd{
    margin-top: 10px;
}
.i-avant-bd li:nth-child(3) .item-bd{
    margin-top: 16px;
}

.i-avant-bd li:last-child{
    border-bottom: none;
}


/**/
.i-about, .i-about *{
    box-sizing: border-box;
}
.i-about .w{
    height: 100%;
    position: relative;
}
.i-about{
    height: 530px;
    background: #e30919;
    padding-top: 35px;
}
.i-about-hd{
    text-align: center;
    margin-bottom: 38px;
}
.i-about-hd h2{
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    padding: 0 15px 8px;
}
.i-about-hd h2 span{
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.i-about-bd .item-hd{
    width: 479px;
    font-size: 0;
}
.i-about-bd .item-hd img{
    width: 100%;
}
.i-about-bd .item-bd{
    width: 700px;
}
.i-about-bd .item-bd h3{
    font-size: 24px;
    color: #fff;
}
.i-about-bd .item-bd .about-wrap{
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    margin: 20px 0;
    height: 200px;
    overflow: hidden;
    opacity: 0.8;
}
.i-about-bd .item-bd .about-wrap a{
	color: #fff;
}
.i-about-bd .item-bd .ilink{
    display: inline-block;
    width: 127px;
    height: 33px;
    background: #fff;
    line-height: 33px;
    text-align: center;
    color: #333;
    margin-right: 20px;
    font-size: 15px;
    color: #000;
    border: 1px solid #fff;
}
.i-about-bd .item-bd .ilink:hover{
    color: #e30919;
}
.i-about-bd .item-bd>span{
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    background: #fff;
    font-size: 15px;
    color: #000;
    border: 1px solid #fff;
}
.i-about-ft{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
}

/**/
.box-hd{
    text-align: center;    
    line-height: 36px;
    margin-bottom: 25px;
    background: url(../image/boxline.png) no-repeat center;
}
.box-hd h2{
    font-size: 27px;
    font-weight: normal;
    color: #222;
}
.box-hd p{
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
}
/**/
.i-case{
    margin-bottom: 70px;
}
.i-case-bd{
    position: relative;
}
.i-case-bd .tempWrap{
    width: 980px !important;
    margin: 0 auto;
}
.i-case-bd li{
    margin-right: 20px;
}
.i-case-bd li p{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    padding-top: 10px;
}
.i-case-bd li:hover p{
    color: #e30919;
    text-decoration: none;
}
.i-case-bd .btn{
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: cursive;
    top: 50%;
    margin-top: -25px;
    background: #d2d2d2;
    border-radius: 50%;
}
.i-case-bd .prev{
    left: 0;
}
.i-case-bd .next{
    right: 0;
}
.i-case-bd .btn:hover{
    text-decoration: none;
    color: #e30919;
}

/**/
.i-news{
    padding-bottom: 45px;
}
.i-news, .i-news *{
    box-sizing: border-box;
}
.i-news-bd{
    width: 360px;
    margin-right: 35px;
}
.i-news-bd .item-hd h2{
    font-size: 25px;
    color: #e30919;
    margin-bottom: 15px;
}
.i-news-bd .item-hd h2 span{
    color: #909090;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
}
.i-news-bd .item-hd a{
    display: block;
    width: 60px;
    height: 20px;
    background: #a4a2a2;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: Tahoma;
    margin-top: 8px;
}
.i-news-bd .item-bd img{
    width: 100%;
    display: block;     
}
.i-news-bd .item-bd h3{
    font-size: 18px;
    color: #e30919;
    font-weight: normal;
    margin: 9px 0;
}
.i-news-bd .item-bd p{
    font-size: 13px;
    line-height: 25px;
    height: 75px;
    color: #555;
    overflow: hidden;
}
.i-news-bd .item-bd a:hover{
    text-decoration: none;
}

.i-news-ft{
    width: 470px;
    margin-right: 35px;
}

.i-news-ft li{
    height: 80px;
    position: relative;
    padding-left: 90px;
    border-radius: 5px;
    margin-bottom: 14px;
}
.i-news-ft li .time{
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    color: #555;
}
.i-news-ft li .time span{
    display: block;
    font-size: 25px;
    border-bottom: 2px solid #e30919;
    line-height: 43px;
    margin-bottom: 5px;
}
.i-news-ft li h3{
    font-size: 16px;
    color: #e30919;
    font-weight: normal;
    padding: 8px 0;
}
.i-news-ft li p{
    font-size: 12px;    
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.i-news-ft li:hover{
    background: #e30919;
}
.i-news-ft li:hover .time{
    color: #fff;
}
.i-news-ft li:hover .time span{
    border-color: #fff;
}
.i-news-ft li:hover a{
    text-decoration: none;
}
.i-news-ft li:hover h3,
.i-news-ft li:hover p{
    color: #fff;
}
.i-honor{
    width: 300px;
}
.i-honor .item-hd{
    height: 40px;
    margin-bottom: 28px;
    border-bottom: 2px solid #9b9b9b;
    margin-bottom: 27px;
}
.i-honor .item-hd h2{
    height: 40px;
    background: #e30919;
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
}

.i-honor .item-bd{
    /*border: 2px solid #dbdbdb;*/
    position: relative;
}
.i-honor .item-bd .tempWrap{
    margin: 0 auto;
}
.i-honor .item-bd li{
    width: 244px;
    height: 284px;
}
.i-honor .item-bd li img{
    display: block;
    width: 100%;
    height: 100%:;
}
.i-honor .item-bd .btn{
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.i-honor .item-bd .prev{
    left: 0;
}

.i-honor .item-bd .next{
    right: 0;
}

/**/
.i-link{
    width: 1200px;
    height: 60px;
    /* border-top: 1px solid #e30919; */
    margin: 0 auto;
    line-height: 72px;
    font-size: 14px;
    color: #222;
}
.i-link a{
    display: inline-block;
    padding-right: 15px;
    color: #333;
}
/**/

.footer{
    background: #e30919;
    box-sizing: border-box;
}
.footer *{
    color: #fff;
    box-sizing: border-box;
}
.footer-hd{
    height: 50px;
    background: rgba(0,0,0,.2);
}
.footer-hd ul{
    text-align: center;
}
.footer-hd li{
    display: inline-block;
}
.footer-hd li a{
    display: block;
    font-size: 16px;
    padding: 0 21px;
    line-height: 50px;
}
.footer-bd{
    padding: 40px 0;
}
.footer-bd .item-hd{
    margin-top: 27px;
}
.footer-bd .item-bd{
    width: 600px;
    margin-left: 30px;
    line-height: 23px;
    margin-top: 13px;

}
.footer-bd .item-ft{
    width: 120px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer-bd .item-ft img{
    width: 100%;
}












/*横条*/
.bgg{height:150px;background: url("../image/bg1.jpg") no-repeat center;}
.bgg img{position:absolute;left:0;top:0; width:100%;height:150px;}
.s_ban{height:150px;width:1180px;background:url(../image/s_bans.jpg) no-repeat center bottom;padding-bottom:18px;margin:0 auto;}
.s_ban div{color:#fff;}
.s_ban div h4{font-size: 40px;padding-top:30px;}
.s_ban div span{
    font-size: 18px;
    margin-top:10px;
    display: inline-block;
}
.s_ban p{top:40px;right:35px;color:#fff;font-size:14px;display:inline-block;}
.s_ban p em{display:block;font-family:Arial, Helvetica, sans-serif;font-size:30px;}
.s_ban p a{display:block;background:url(../image/s_ask.gif) no-repeat;width:108px;height:27px;margin-top:3px;}

/*首页客户评价*/
.cus{border:1px solid #ddd;margin:40px 0 20px;}
.cus_m{padding:17px 20px 0 20px;overflow:hidden;height:367px;}
.cus_m dl{padding:0 0 20px 0;width:544px;float:left;border-bottom:1px dotted #d8d8d7;margin-bottom:20px;}
.cus_m dt{float:left;width:163px;}
.cus_m dt img{display:block;padding:1px;border: 1px solid #ccc;}
.cus_m dd{width:355px;display:inline;float:left;padding:0 0 0 20px;}
.cus_m dd h4 a{color:#222;display:block;font-size:16px;padding:10px 0 0 0; height:20px; line-height:20px; overflow:hidden;}
.cus_m dd p{height:84px;overflow:hidden;line-height:28px;overflow:hidden;}
.cus_m .u_more{display:block;background:url(../image/u_more.gif) no-repeat;width:74px;height:24px;margin-top:5px;}
.cus_m .odd{float:right;padding-right:0;}

/*首页关于我们-荣誉资质*/
.hon{border:1px solid #ddd;margin-top:30px;position:relative;}
.hon_tl{position:absolute;top:0;right:150px;height:36px;line-height:36px;}
.hon_tl a{color:#042c8c;font-size: 16px;}
.hon_tl em{font-weight:normal;text-transform:uppercase;color:#848484;padding-left:10px;font-family:Arial, Helvetica, sans-serif;}
.hon_t{background:url(../image/hon_s.jpg) no-repeat 889px top;padding-bottom:20px;}
.hon dl{padding:22px 0 0 20px;width:852px;}
.hon dt{float:left;width:234px;}
.hon dt img{display:block;border:1px solid #d6d6d5;padding:1px;}
.hon dd{width:600px;display:inline;float:left;}
.hon dd h4{background:none;margin:0;}
.hon dd h4 a{color:#222;display:block;padding:5px 0 10px;text-align:left;}
.hon dd .con{overflow:hidden;line-height:24px;height:120px;}
.hon dd .chk{display:block;margin-top:18px;}
/*荣誉资质*/
.hon_r{width:243px;_display:inline;padding-right:20px;} 
.hon_r .slide_m{padding:20px 0 0;}
.hon_r .slide_m .hd{
    position: relative;
}
.hon_r .slide_m .btn{width:28px;height:28px;display:block;position:absolute;top:-135px;}
.hon_r .slide_m .prev{background:url(../image/hon_btn.gif) no-repeat 0 0;
    left: 0;}
.hon_r .slide_m .next{background:url(../image/hon_btn1.gif) no-repeat 0 0;right:0;}
.hon_r .slide_c{text-align:center;width:172px;overflow:hidden;margin:auto;}
.hon_r .slide_c li{width:144px;float:left;padding:0 14px;overflow:hidden;zoom:1;display:inline;}
.hon_r .slide_c img{display:block;border:1px solid #d6d6d5;padding:1px;}
.hon_r .slide_c span a{display:block;height:30px;line-height:30px;color:#222;margin-top:5px;font-size: 14px;}
/*案例*/
.hon h4{background:url(../image/ic04.gif) repeat-x left 8px;text-align:center;margin:0 20px;}
.hon h4 a{color:#002984;display:inline-block;background:#fff;padding:0 15px;font-size: 16px;}
.hon .slide_m1{padding:20px 20px 15px 20px;}
.hon .slide_m1 .hd{
    position:relative;
}
.hon .slide_m1 .btn{width:11px;height:22px;display:inline-block;position:absolute;margin-top:75px;top:0;}
.hon .slide_m1 .prev{background:url(../image/case_btn.gif) no-repeat 0 0;
    left: 0;}
.hon .slide_m1 .next{background:url(../image/case_btn1.gif) no-repeat 0 0;right:0;}
.hon .slide_m1 .slide_c{padding:0 10px;text-align:center;width:1105px;overflow:hidden;margin: auto;}
.hon .slide_m1 .slide_c li{width:199px;float:left;padding:0 10px;overflow:hidden;zoom:1;display:inline;}
.hon .slide_m1 .slide_c img{display:block;border:1px solid #d6d6d5;padding:1px;}
.hon .slide_m1 .slide_c span a{display:block;height:30px;line-height:30px;color:#858585;margin-top:5px;font-size: 14px;}
/*首页新闻*/
.t_d{margin-top:30px;}
.dyn{border:1px solid #ddd;width:806px;height:386px;overflow:hidden;}
.t_d dl{padding:20px 0 0 0;}
.t_d dt img{display:block;border:1px solid #d6d6d5;padding:1px;}
.t_d dd h4 a{color:#042c8c;display:block;padding:5px 0 10px;font-size:16px;}
.t_d dd p{overflow:hidden;line-height:24px;color:#949494;height:72px;}
.t_d dd .chk{display:block;margin-top:8px;color:#042c8c;}
.t_d .lst{padding:10px 0 0 20px;}
.t_d .lst li{line-height:35px;height:35px;overflow:hidden;+display:Inline;zoom:1;border-bottom:1px dotted #d9d9d9;width:373px;float:left;margin-right:20px;}
.t_d .lst li a{display:inline-block;color:#707070;float:left;background:url(../image/ic05.gif) no-repeat left 15px;padding-left:14px;width:285px;}
.t_d .lst li span{float:right;color:#b2b2b2;font-family:Arial, Helvetica, sans-serif;}

.d_tab li{float:left;display:inline-block;margin-right:9px;}
.d_tab li a{padding-right:9px;font-size: 16px;}
.d_tab li a:hover,.d_tab .cur a{color:#042c8c;}
.t_d .dyn dt{float:left;width:190px;margin-left: 20px;}
.t_d .dyn img{display:block;}
.t_d .dyn dd{width:566px;float:left;}

.wd{width:350px;display:inline;overflow:hidden;border:1px solid #ddd;}
.wd_m{overflow:hidden;clear:both;height:310px;margin:20px 0;}
.wd dl{padding-bottom:17px;border-bottom:1px dashed #d9d9d9;margin:0 20px;line-height:24px;}
.wd dt{background:url(../image/wd.gif) no-repeat 0 3px;padding-left:30px;overflow:hidden;height:24px;font-size: 14px;}
.wd dt a{color:#e30919;}
.wd dd{background:url(../image/wd.gif) no-repeat 0 -28px;padding-left:30px;height:48px;overflow:hidden;}
.wd dd p{height:66px;overflow:hidden;}

/*友情链接*/
.relk{border:1px solid #ddd;margin-top:30px;}
.relk_t{background:url(../image/relk_bg.gif) repeat-x left bottom;padding:10px 20px;}
.relk_t h4{text-transform:uppercase;font-size:28px;color:#828282;font-family:Aparajita,"Times New Roman", Times, serif;}
.relk_t h4 span{font-size:16px;color:#222;padding-left:10px;}
.relk_t .more{color:#444;display:inline-block;padding-top:5px;font-size: 14px;}
.relk_m{height:52px;padding:10px 0 0 7px;}
.relk_m a{display:inline-block;padding:0 13px;color:#444;line-height:26px;}

/*内页*/
/*ibanner*/
.topadcs{min-width: 1180px;width:100%; margin:0 auto 20px;overflow:hidden; text-align:center;}

/*左侧副导航*/
.left { width:230px; float:left; overflow:hidden;}
.leib2{ width:230px;}
.leib2 .tit{ font-size:14px; background:#e30919;color: #fff;font-size: 18px; font-weight: normal; height: 44px; line-height: 44px; overflow: hidden; text-align: center; }
.leib2 .tit a{ color:#FFF;}
.leib2 .nr{ border:2px solid #e30919; border-top:0; padding:10px 11px 8px;overflow:hidden;}
.leib2 .nr h4{ background:url(../image/pro_lf_h4.gif) no-repeat; height:33px; line-height:33px; padding-left:28px;overflow:hidden;margin-top:4px;}
.leib2 .nr h4 a{ color:#e30919;}
.leib2 .nr ul{padding:0 15px;}
.leib2 .nr li{background: url(../image/icon1.gif) no-repeat scroll 0 10px ; padding-left: 17px; color: #666;line-height: 29px; overflow: hidden;white-space: nowrap; height:29px;margin-left: 10px;}

/*--左侧副导航联系我们--*/
.t05 {color: #fff;font-size: 18px; font-weight: normal; height: 44px; line-height: 44px; overflow: hidden; text-align: center; } 
.lxnr {background:#fff; width:230px; margin-top:20px; }
.lxnr h4 { background:#e30919;}
.lximgs { padding: 8px 7px;}
.lxnrs { width:226px;border: 2px solid #e30919;padding-bottom: 10px;}
.lxnrs p { color: #666666;line-height:30px;padding: 0 12px;word-break:break-all;}
.lxnrs p.pl { padding-left:70px;}
.lxnrs p span { color: #545454;}

/*右侧*/
.right { width:926px; float:right; display:inline; margin-left:5px; overflow:hidden;}
.plc { background-color:#fff; height:40px; line-height:40px;border:1px solid #ccc; padding:0 20px;color:#666; overflow:hidden;}
.right_main { width:904px; min-height:458px; border:solid 1px #d5d5d5; padding:0 10px 35px; overflow:hidden;margin-top:15px;}
/*---产品中心---*/
dl.dl_2 { width:206px; padding:20px 10px 0; float:left; display:inline-block;}
dl.dl_2 dt {  height:206px; overflow:hidden; }
dl.dl_2 img { display:block;margin:0 auto;border:1px solid #d6d6d5;padding:1px;}
dl.dl_2 dd { height:35px; line-height:35px;overflow:hidden; white-space:nowrap; text-align:center; padding:0 4px;background:#e8e8e8;margin-top:3px;color:#333;font-size:14px;}
/*---新闻列表---*/
dl.news_dl {font-size:14px; color:#666;margin:0 10px; line-height:22px; border-bottom:1px dashed #CCCCCC;}
dl.news_dl a{ color:#000; }
dl.news_dl dt {margin:25px 0 3px; line-height:24px;height:24px; width:892px; overflow:hidden;}
dl.news_dl .dt_1 { height:20px; background:url(../image/ico10.gif) no-repeat 0 6px;  padding-left:10px;  font-size:16px; color:#333; font-weight:bold; }
dl.news_dl .dt_2 { font-size:12px; float:right; padding:0 10px 0 8px;}
dl.news_dl .dt_3 { font-size:12px;}
dl.news_dl .dt_3 a { color:#FF0000; text-decoration:underline;}
dl.news_dl dd { font-size:12px; padding-left:10px; height:24px; overflow:hidden; margin-bottom:25px;line-height:24px;}
/*关于我们*/
.agent_con{text-align:center;padding:10px 10px 0;}
.agent_con h1{font-size:26px;margin:20px 0 10px 0;
    display: none;}
.agent_con span{display:block;color:#999;}
.agent_con img{margin:20px 0;}
.agent_con .showt{line-height:28px;font-size:14px;}
.agent_con .context{margin:20px 0 0 0; line-height: 1.8; font-size: 14px;}
.agent_con .context p{margin-bottom: 8px;}
.agent_con .context ul li{height:26px;overflow:hidden;font-size:14px;}
.agent_con .context ul li a{color:#e30919;font-size:14px;}

/*page*/
.Page{width:100%; text-align:center; padding:40px 0px;}
.Page a,.Page span{display:inline-block;background:#fff;font-size:14px; border:1px solid #e5e5e5;text-decoration:none; color:#333;padding: 5px 10px;}
.Page a:hover,.Page span{ background:#e30919; color:#FFF;border: 1px solid #e30919;}


/*********/

img{max-width: 100%;}
.table_form {margin:10px;width:95%;}
.table_form input,.table_form textarea{line-height:28px;
    width: 100%;}
.table_form input,.table_form textarea{background: transparent; border: 1px solid #ddd;}
.table_form td{padding-left:12px}
.table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#fff}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:8px 0 5px 8px;line-height:22px;}
.table_form tbody td,.table_form tbody th{border-bottom:1px solid rgba(255,255,255,.1);vertical-align: top;}
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}
.table_form .button{width:60px;height:30px;line-height: 30px;text-align: center;margin-right:10px;color:#fff;background: #666;cursor: pointer;border:none;}
.table_form .button1{background: #e30919;}

.xg-tit{
    font-size: 20px;
    font-weight: normal;
    color: #e30919;
    line-height: 50px;
    margin:20px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    text-align: center;
}
.xg-tit:before,.xg-tit:after{
    content: ' · ';
    font-size: 36px;
    vertical-align: top;
}
.xg-img{
    display: flex;
}
.xg-img li{
    flex: 1;
    margin-right:20px;
}
.xg-img li a{
}
.xg-img li:last-child{
    margin-right: 0;
}
.xg-news li{
    display: flex;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.xg-news li a{
    flex: 1;
    font-size: 14px;
}
.xg-keyword a{
    display: inline-block;
    margin:0 20px 10px 0;
    color:#ba760a;
}

.page_detail{
    padding: 20px ;
}
.page_detail h1{
    font-size: 30px;
    color:#333;
    text-align: center;
}
.page_detail .title_desc{
    font-size: 14px;
    text-align: center;
    color:#999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.page_detail .title_desc em{
    padding: 0 0 0 10px;
}
.page_detail .title_desc a{
    display: inline-block;
    padding: 0 3px;
    color:#999;
}
.page__img{
    text-align: center;
    margin:20px 0;
}
.page__content{
    font-size: 14px;
    line-height: 1.8;
    margin-top:10px;
}
.page__content p{
    margin-bottom: 10px;
}
.page__turn{
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px 0;
}
.page__turn p{
    line-height: 20px;
    padding:3px 10px;
    font-size: 14px;
}